home *** CD-ROM | disk | FTP | other *** search
- cls
- rem
- rem
- rem Standby for system installation...
- rem
- echo off
- if %2 == 2 goto start
- if %2 == F goto start
- if %2 == f goto start
- echo on
- cls
- type install.txt
- pause
- echo off
- cls
- goto the_end
- :start
- if %2 == 2 goto dual
- if %2 == F goto hardisk
- if %2 == f goto hardisk
- :dual
- echo on
- cls
- rem
- rem
- REM Dual Diskette Drive Installation Procedure with
- REM the distribution disk in drive A:
- REM
- REM
- rem If this not the correct installation procedure, press
- rem the Ctrl key and strike the Break (Scroll Lock) key
- rem to terminate this procedure. Otherwise, press ENTER.
- rem
- rem
- pause
- rem
- rem
- REM
- REM
- PAUSE Place the System Work diskette in drive B:
- rem
- echo off
- copy a:tcomm.exe b:
- copy a:tc-setup.exe b:
- copy a:setup.bat b:
- copy a:help b:
- copy a:*.tc b:
- del b:files*.*
- copy a:tc.bat b:
- copy a:ymodem.bat b:
- copy a:crcxmodm.bat b:
- copy a:xmodem.exe b:
- copy a:kermit.exe b:
- if %1 == p goto 2p
- if %1 == P goto 2p
- if %1 == b goto 2b
- if %1 == B goto 2b
- if %1 == r goto 2r
- if %1 == R goto 2r
- :2b
- copy bbs2.pro b:profile.tc
- copy bbs2.pro b:profile.bak
- goto dual_b
- :2r
- copy registr2.pro b:profile.tc
- copy registr2.pro b:profile.bak
- goto dual_b
- :2p
- copy private2.pro b:profile.tc
- copy private2.pro b:profile.bak
- :dual_b
- echo on
- cls
- REM
- REM
- REM
- REM
- REM
- PAUSE Place the Files Work diskette in drive B:
- echo off
- copy a:files*.* b:
- copy a:bullet*.* b:
- copy a:*. b:
- del b:help.
- copy a:*.g b:
- copy a:sd.com b:
- echo on
- cls
- rem
- rem
- rem
- REM The dual diskette installation procedure is completed.
- rem
- rem Now follow these steps:
- rem
- rem 1. Remove the distribution diskette from drive A:
- REM 2. Place the System Work diskette in drive A:
- rem 3. Type the command SETUP and press ENTER
- rem
- rem
- goto the_end
- :hardisk
- echo on
- cls
- rem
- REM Fixed Disk (Drive %3:) Installation Procedure with
- REM the distribution disk in drive A:
- REM
- REM
- rem If this not the correct installation procedure, press
- rem the Ctrl key and strike the Break (Scroll Lock) key
- rem to terminate this procedure. Otherwise, press ENTER.
- rem
- rem
- pause
- echo off
- %3:
- CD\
- md tcomm
- cd\tcomm
- md files
- md messages
- md text
- md system
- md prog
- cd\tcomm\files
- copy a:files*.*
- copy a:*.bas
- copy a:bullet*.*
- cd\tcomm\messages
- copy a:m1
- cd\tcomm\text
- copy a:*.
- del help.
- copy a:*.g
- del files*.*
- del prog*.*
- del m1
- cd\tcomm\prog
- copy a:prog*.*
- copy a:sd.com
- cd\tcomm\system
- copy a:setup.bat
- copy a:tcomm.exe
- copy a:tc-setup.exe
- copy a:help
- copy a:*.tc
- del files*.*
- copy a:xmodem.exe
- copy a:kermit.exe
- copy a:crcxmodm.bat
- copy a:ymodem.bat
- copy a:*.com
- copy a:tc.bat
- if %1 == p goto fp
- if %1 == P goto fp
- if %1 == b goto fb
- if %1 == B goto fb
- if %1 == r goto fr
- if %1 == R goto fr
- :fb
- copy a:bbsf.pro profile.tc
- copy a:bbsf.pro profile.bak
- goto end_fd
- :fr
- copy a:registrf.pro profile.tc
- copy a:registrf.pro profile.bak
- goto end_fd
- :fp
- copy a:privatef.pro profile.tc
- copy a:privatef.pro profile.bak
- :end_fd
- echo on
- cls
- rem
- rem
- REM
- REM The fixed disk installation procedure is completed.
- rem
- rem Now follow these steps:
- rem
- rem 1. Remove the distribution diskette from drive A:
- REM 2. Store the distribution diskette in a safe place
- rem 3. Type the command SETUP and press ENTER
- :the_end